home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_85_windowclearBonus / frame_25 / DoAction.as
Text File  |  2011-08-19  |  149b  |  10 lines

  1. if(this.r1 == _root.getBonusList[0])
  2. {
  3.    _root.SE_cnt.stop();
  4. }
  5. else
  6. {
  7.    this.r1 = this.r1 + 1;
  8.    this.gotoAndPlay(_currentframe - 1);
  9. }
  10.